Compile and Link Source Code (translate to machine language)
Compile means use a compiler (program) to translate the text source code into code that the machine can understand.
Commonly available FORTRAN compilers in UNIX are:
- g77
- g90
- gfortran
Commonly available FORTRAN compilers in Windows are:
- VisualFortran
Programs, functions, and subroutines must all be compiled before they can be run by a computer.